import type { ReactNode } from 'react'; import type { SelectableCardProps } from './types'; export declare const IllustrationContainer: ({ children: subChildren, productIcon, illustration, }: { children: ReactNode; productIcon: SelectableCardProps['productIcon']; illustration: SelectableCardProps['illustration']; }) => string | number | bigint | boolean | import("react").JSX.Element | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined> | null | undefined; //# sourceMappingURL=IllustrationContainer.d.ts.map